home *** CD-ROM | disk | FTP | other *** search
/ NeXT Enterprise Objects Framework 1.1 / NeXT Enterprise Objects Framework 1.1.iso / NextDeveloper / Examples / EnterpriseObjects / FlatFileDataSource / DATABASE / Product.table < prev   
Encoding:
Text File  |  1994-09-28  |  406 b   |  12 lines

  1. (
  2.     {company = "OttoMen Inc"; id = 1; name = HelloWorld; type = Software; }, 
  3.     {
  4.     company = "Biga Sailboard Inc"; 
  5.     id = 2; 
  6.     name = "Biga Wave"; 
  7.     type = Sailboard; 
  8.     }, 
  9.     {company = "NorthDoug Inc"; id = 3; name = "Stealth-911"; type = Jet; }, 
  10.     {company = "AllYouWant Inc"; id = 4; name = Something; type = Stuff; }, 
  11.     {company = "NewGames Inc"; id = 5; name = WhatSUP; type = Game; }
  12. )